In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.BeforeAlternativeFontLookupArgs / AlternativeFamilyNames Property

AlternativeFamilyNames Property

In This Topic
Specifies the family names of the alternative fonts to be used prior to the standard substitution mechanism.
Syntax
'Declaration

 

Public Property AlternativeFamilyNames As IEnumerable(Of String)
public IEnumerable<string> AlternativeFamilyNames {get; set;}
public read-write property AlternativeFamilyNames: IEnumerable; 
public function get,set AlternativeFamilyNames : IEnumerable
public: __property IEnumerable<string*>* get_AlternativeFamilyNames();

public: __property void set_AlternativeFamilyNames( 

   IEnumerable<string*>* value

);
public:

property IEnumerable<String^>^ AlternativeFamilyNames {

   IEnumerable<String^>^ get();

   void set (    IEnumerable<String^>^ value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.BeforeAlternativeFontLookupArgs
BeforeAlternativeFontLookupArgs Members